:root {
    --primary-color-light: #429E93;
    --primary-color-medium: #4B6B81;
    --primary-color-strong: #2A3C48;

    --gray-scale-1: #FFFFFF;
    --gray-scale-2: #F0F5F8;
    --gray-scale-3: #DDE2E6;
    --gray-scale-4: #AFAFAF;
    --gray-scale-5: #313C3E;
    --gray-scale-6: #000000;

    --font-xs-size: 12px;
    --font-s-size: 14px;
    --font-m-size: 16px;
    --font-l-size: 20px;

    --text-color: #434343;

    --border-radius: 4px;
}

body {
    color: var(--text-color) !important;
}

.auth-card .row .col {
    text-align: center;
}

.navbar {
    background-color: var(--primary-color-light);
}

.navbar-nav .nav-link {
    color: var(--primary-color-strong) !important;
}

.navbar-nav .nav-link:hover {
    color: var(--gray-scale-1) !important;
    background-color: var(--primary-color-strong) !important;
}

.navbar-nav .nav-link:not(.nav-custom-content), .navbar-nav .nav-link.active:not(.nav-custom-content) {
    color: var(--primary-color-strong) !important;
}

.navbar-nav .nav-link:not(.nav-custom-content):hover, .navbar-nav .nav-link.active:not(.nav-custom-content) {
    color: var(--gray-scale-1) !important;
    background-color: var(--primary-color-strong) !important;
    font-weight: 700 !important;
}

.nav-link.dropdown-toggle:hover:after {
    color: var(--gray-scale-1) !important;
}

.nav-link.dropdown-toggle.active::after {
    color: var(--gray-scale-1);
}

.page-title {
    color: var(--text-color);
}

nav.main-nav .btn-group .btn-custom-white {
    color: var(--primary-color-medium);
    background: var(--primary-color-light);
    padding-left: 50px;
}
nav.main-nav .btn-group .btn-custom-white::before {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: var(--primary-color-medium) !important;
    content: "\f007" !important;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    position: absolute;
    left: 5px;
    top: -2px;
    width: 35px;
    line-height: 35px;
    background: #F9F9F9;
    height: 35px;
}

body .sheets-table thead th,
body .sheets-table tbody tr th, body .sheets-table tbody tr td span{
  background-color: #EEF6F8;
  color: var(--primary-color-strong);
}

.btn-custom-color {
    color: var(--gray-scale-1);
    background-color: var(--primary-color-light);
    border-color: var(--primary-color-light);
    border-radius: var(--border-radius) !important;
}

.btn-custom-color:hover{
    color: var(--gray-scale-1);
    background-color: var(--primary-color-strong);
    border-color: var(--primary-color-light);
}

.btn-custom-color-out {
    color: var(--primary-color-strong);
    background-color: var(--gray-scale-2);
    border-color: var(--gray-scale-2);
}

.btn-custom-color-out:hover {
    color: var(--primary-color-strong) !important;
}

.search-in-table {
    height: 37px;
    border: 2px solid var(--gray-scale-4) !important;
}

/* .btn-custom-search {
    position: relative;
    left: 126px;
    top: -32px;
    background-color: transparent;
    border: none;
    color: var(--primary-color-strong) !important;
}

.btn-custom-search:focus {
    box-shadow: none
} */

.search-in-table,
.btn-custom-search {
    height: 37px;
    color: var(--primary-color-strong) !important;
}

.search-in-table:focus {
    box-shadow: none !important;
}

.search-in-table {
    border: 1px solid var(--gray-scale-4);
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-right: none !important;
}

.btn-custom-search {
    border: 2px solid var(--gray-scale-4);
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-left: none !important;
    background-color: transparent;
    color: var(--primary-color-strong);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-custom-search:focus {
    box-shadow: none
}

.btn-custom-color:not(:disabled):not(.disabled).active, .btn-custom-color:not(:disabled):not(.disabled):active, .show>.btn-custom-color.dropdown-toggle {
    color: var(--gray-scale-1);
    background-color: var(--primary-color-light);
    border-color: var(--primary-color-light);
    border-radius: var(--border-radius) !important;
}

.left-panel-section {
    color: var(--gray-scale-1);
    background-image: linear-gradient(180deg, var(--primary-color-strong) 0%, var(--primary-color-medium) 26.87%, var(--primary-color-light) 100%) !important;
}

.left-panel-section i {
    color: var(--gray-scale-1);
}

.page-item.active .page-link {
    color: var(--primary-color-strong);
    background-color: var(--gray-scale-2) !important;
    border-color: var(--gray-scale-2) !important;
}

.auth-card #login .row .col {
    text-align: left;
}

.leaflet-container .leaflet-marker-pane img {
    width: 40px !important;
    height: 40px !important;
}
